home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX Base Documentation 1998 November
/
IRIX 6.5.2 Base Documentation November 1998.img
/
usr
/
share
/
catman
/
u_man
/
cat1
/
outputd.z
/
outputd
Wrap
Text File
|
1998-10-20
|
6KB
|
133 lines
OOOOUUUUTTTTPPPPUUUUTTTTDDDD((((1111XXXX)))) OOOOUUUUTTTTPPPPUUUUTTTTDDDD((((1111XXXX))))
NNNNAAAAMMMMEEEE
outputd - capture application output and errors
SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
////uuuussssrrrr////lllliiiibbbb////ddddeeeesssskkkkttttoooopppp////oooouuuuttttppppuuuuttttdddd
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
_o_u_t_p_u_t_d captures output from applications launched from the desktop (the
file manager, toolchest, session management), and displays them in popup
windows, one per application. If outputd is not running, all output goes
to the system console.
By default, outputd is not launched. It can be launched via the Desktop
customization panel (_d_e_s_k_t_o_p). This panel can be opened from the Desktop
toolchest by selecting Customize and then Desktop; on the panel, check
the Display Application Errors toggle. Subsequently launched
applications will connect to outputd. Once selected, outputd will
automatically run in subsequent logins. It can be disabled from the
Desktop customization panel as well.
The default mode of outputd is to capture application errors (written to
_s_t_d_e_r_r) in popup windows. Normal output (written to _s_t_d_o_u_t) continues to
go to the console. This behavior can be customized through the use of
resources. Resources should be set by adding a line of the form
oooouuuuttttppppuuuuttttdddd****<resourceName>: TTTTrrrruuuueeee (or FFFFaaaallllsssseeee)
to your ._X_d_e_f_a_u_l_t_s or ._X_r_e_s_o_u_r_c_e_s file.
Any of the following can be used as <resourceName>:
ssssttttddddoooouuuuttttTTTTooooWWWWiiiinnnnddddoooowwww
If true, normal application output (stdout) will be sent to a
popup window. If false, it will go to the console. This
defaults to false.
ssssttttddddeeeerrrrrrrrTTTTooooWWWWiiiinnnnddddoooowwww
If true, application error output (stderr) will be sent to a
popup window. If false, it will go to the console. This
defaults to true.
rrrraaaaiiiisssseeeeOOOOnnnnOOOOuuuuttttppppuuuutttt
If true, any normal application output (stdout) will cause the
popup window to raise, even if has been hidden or iconified.
This resource has no effect unless stdoutToWindow is true. This
defaults to false.
rrrraaaaiiiisssseeeeOOOOnnnnEEEErrrrrrrroooorrrr
If true, any application error output (stderr) will cause the
popup window to raise, even if has been hidden or iconified.
This resource has no effect unless stderrToWindow is true. This
defaults to true.
PPPPaaaaggggeeee 1111
OOOOUUUUTTTTPPPPUUUUTTTTDDDD((((1111XXXX)))) OOOOUUUUTTTTPPPPUUUUTTTTDDDD((((1111XXXX))))
bbbbeeeeeeeeppppOOOOnnnnOOOOuuuuttttppppuuuutttt
If true, any normal application output (stdout) will cause a
beep. This resource has no effect unless stdoutToWindow is true.
This defaults to false.
bbbbeeeeeeeeppppOOOOnnnnEEEErrrrrrrroooorrrr
If true, any application error output (stdout) will cause a beep.
This resource has no effect unless stderrToWindow is true. This
defaults to false.
hhhhiiiigggghhhhlllliiiigggghhhhttttEEEErrrrrrrroooorrrr
If true, any application error output (stdout) will be
highlighted. This resource has no effect unless stderrToWindow
is true. This option is most useful if both stdoutToWindow and
stderrToWindow are turned on. It allows distinguishing between
error and normal output. This defaults to false.
mmmmaaaaxxxxBBBBuuuuffffffffeeeerrrrLLLLeeeennnnggggtttthhhh
The value of this should be an integer; it is used to determine
how much output (in characters) will be stored per output window
before the initial output is discarded. Setting this low may
lose valuable output. Setting it high will use additional
memory. The default is 10000 characters.
WWWWAAAARRRRNNNNIIIINNNNGGGGSSSS
Killing outputd will cause any application that was launched while
outputd was running to die if it tries to produce any output.
If one application is launched from the IRIX Interactive Desktop, and
another application is launched from the first, the title in the outputd
window will show the first application, not the new one. Sometimes this
connection can be obscure. For example, certain daemons, such as
_t_o_o_l_t_a_l_k, are launched by the first process that needs them. Other
applications using the daemons just connect to them. Any output produced
by the daemon will appear to be from the first process.
outputd is a process. On machines with little memory, it may be better
to avoid running it.
For more information about the entire IRIX Interactive Desktop
environment, see the IID(1) man page.
PPPPaaaaggggeeee 2222